Input for WinForms | ComponentOne
C1.Win.Input.Base.Views Namespace / InputTextBoxElementBase<T> Class / Offset Method
Offset in the horizontal direction.
Offset in the vertical direction.

In This Topic
    Offset Method (InputTextBoxElementBase<T>)
    In This Topic
    Adjusts the location of this element by the specified amount.
    Syntax
    'Declaration
     
    
    Public Sub Offset( _
       ByVal x As Integer, _
       ByVal y As Integer _
    ) 
    public void Offset( 
       int x,
       int y
    )

    Parameters

    x
    Offset in the horizontal direction.
    y
    Offset in the vertical direction.
    See Also